github.com/gotd/neo.Time.plan (method)

4 uses

	github.com/gotd/neo (current package)
		time.go#L50: 	tt.id = t.plan(t.When(d), tt.do)
		time.go#L60: 	tt.id = t.plan(t.When(d), tt.do)
		time.go#L75: func (t *Time) plan(when time.Time, do func(now time.Time)) int {
		time.go#L190: 	t.plan(t.When(d), func(now time.Time) {